home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Interprogram Messaging Manager / IPM MessageBoard / utils.h < prev   
Encoding:
Text File  |  1993-08-23  |  544 b   |  22 lines  |  [TEXT/MPS ]

  1. Boolean HasColorQD(void);
  2.  
  3. OSErr DoError(OSErr err);
  4. void Notify(StringPtr string);
  5.  
  6. void pstrcpy(void *dest,void *src);
  7. void pstrcat(void *original,void *catStr);
  8.  
  9. void *NewPtrChk(Size ptrSize);
  10. void *NewHandleChk(Size hndlSize);
  11. void DisposPtrChk(void *thePtr);
  12. void DisposHandleChk(void *theHndl);
  13.  
  14. OSErr WaitPBDone(void *voidBlock);
  15. void Yield(void);
  16.  
  17. void ExitProc(void);
  18.  
  19. void MyDrawDefaultButtonOutline(DialogPtr theDialog,short theItem);
  20. GDHandle MyGetDeviceFromRect(Rect *localRect);
  21. void FlashControl(DialogPtr theDialog,short item);
  22.